home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / frame_1987 / DoAction.as
Text File  |  2006-09-05  |  204b  |  10 lines

  1. if(terrain._currentframe == 4)
  2. {
  3.    _root.attachMovie("streetlamp","fg1",Z_FG1);
  4.    _root.attachMovie("streetlamp","fg2",Z_FG2);
  5.    fg1._x = 0;
  6.    fg2._x = 400;
  7.    fg1._y = 40;
  8.    fg2._y = 40;
  9. }
  10.